gtk4.git
2011-10-03 Kristian RietveldAdd unit test for part 1 of bug 659022
2011-10-03 Cosimo Cecchibox: add some missing includes
2011-10-03 Benjamin Otteiconcache: Fix gcc warning
2011-10-03 Benjamin Ottefilesystemmodel: Add a missing check
2011-10-03 Chun-wei FanBug 660730: Use GStatBuf for portability
2011-10-03 Adel Gadllahgdk: Plug leak in gdk_display_pointer_is_grabbed
2011-10-03 Tiffany AntopolskiUpdated Esperanto translation
2011-10-03 Antoine Jacoutot__SIZEOF_INT__ and __SIZEOF_POINTER__ may not be defined.
2011-10-02 Javier Jardóngtkbox: Move private functions to private header
2011-10-02 Matthias ClasenAdd 'Since 3.4' indices to the docs
2011-10-02 Matthias ClasenAdd new api to gdk.symbols
2011-10-01 Javier Jardóngdkcreen-x11: Use GdkRGBA instead GdkColor
2011-10-01 Nguyễn Thái... Updated Vietnamese translation
2011-10-01 Nguyễn Thái... po/vi: import from Damned Lies
2011-10-01 Benjamin Otteuimanager: Deprecate add-tearoffs property
2011-10-01 Benjamin Ottemenu: Deprecate GtkTearoffMenuItem
2011-10-01 Benjamin Ottetestgtk: Remove tearoff menus from tests
2011-10-01 Benjamin Ottegtk-demo: Don't use tearoff menus
2011-10-01 Rui Matosgtkwindow: Clean up gtk_window_map()
2011-10-01 Rui Matosdocs: Delete duplicate line in gdkwindow.c
2011-09-30 Benjamin Ottehandlebox: Deprecate
2011-09-30 Benjamin Ottetestgtk: Remove handlebox example
2011-09-30 Benjamin Ottetests: Remove handleboxes from testmerge example
2011-09-30 Benjamin Ottea11y: Don't include gtkx when not needed
2011-09-30 Benjamin Ottea11y: Remove useless check
2011-09-30 Yaron ShahrabaniUpdated Hebrew translation.
2011-09-29 Benjamin Ottetests: Fix a bunch of set-but-unused warnings in the...
2011-09-29 Benjamin Ottedocs: Fix typo in treeview docs
2011-09-29 Javier Jardóngtktable: Fix gtk-doc notation
2011-09-29 Javier JardónReplace some references to the GtkTable, use GtkGrid...
2011-09-29 Cosimo Cecchinotebook: don't forget to prepare the tab style context...
2011-09-29 Benjamin Ottenotebook: Remove unused variables
2011-09-29 Benjamin Ottecombobox: Remove unused define
2011-09-29 Cosimo CecchiGtkTreeViewColumn: initialize a variable
2011-09-29 Cosimo CecchiGdkWindow: fix conditional jump depends on uninitialize...
2011-09-28 Benjamin Ottetable: Deprecate GtkTable for GtkGrid
2011-09-28 Benjamin Ottedocs: Make infobar code example use GtkGrid instead...
2011-09-28 Benjamin Ottetesttoolbar: Fix test to use GtkGrid
2011-09-28 Benjamin Ottetestgtk: Convert panes example from GtkTable to GtkGrid
2011-09-28 Benjamin Ottetestgtk: Convert size groups example from GtkTable...
2011-09-28 Benjamin Ottetestgtk: Switch progress bar example from GtkTable...
2011-09-28 Benjamin Ottetestgtk: Clean up code
2011-09-28 Michael Nattererquartz: don't filter away directly encoded 24-bit UCS...
2011-09-28 Benjamin Ottetestgtk: Move paned example from GtkTable to GtkGrid
2011-09-28 Benjamin Ottetestgtk: Move display example from GtkTable to GtkGrid
2011-09-28 Benjamin Ottetestgtk: Remove invalid property
2011-09-28 Benjamin Ottetestgtk: Convert focus example from GtkTable to GtkGrid
2011-09-28 Benjamin Ottetestgtk: Simplify code
2011-09-28 Benjamin Ottetestgtk: Switch scrolled windows example from GtkTable...
2011-09-28 Benjamin Ottetestgtk: Convert radio/check button examples from GtkTa...
2011-09-28 Benjamin Otteprint: Convert custom paper dialog from GtkTable to...
2011-09-28 Benjamin Ottetestgtk: Convert buttons example from GtkTable to GtkGrid
2011-09-28 Benjamin Ottetestgtk: Beautify buttons example
2011-09-28 Benjamin Ottetestgtk: Convert big windows example from GtkTable...
2011-09-28 Benjamin Ottetestgtk: Upgrade alpha windows test from GtkTable to...
2011-09-28 Benjamin Ottetests: Convert testframe from GtkTable to GtkGrid
2011-09-28 Benjamin Ottetests: Convert testgeometry from GtkTable to GtkGrid
2011-09-28 Benjamin Ottetests: Convert testexpand from GtkTable to GtkGrid
2011-09-28 Benjamin Ottetests: Convert testentryicons example from GtkTable...
2011-09-28 Benjamin Ottetests: Convert testdnd from GtkTable to GtkGrid
2011-09-28 Benjamin Ottetests: Convert testadjustsize example from GtkTable...
2011-09-28 Benjamin Ottetests: Make prop-editor use a grid instead of a table
2011-09-28 Benjamin Ottetests: Convert print-editor from GtkTable to GtkBox
2011-09-28 Benjamin Ottetests: Convert testimage example from GtkTable to GtkGrid
2011-09-28 Benjamin Ottetests: Convert testmerge from GtkTable to GtkGrid
2011-09-27 Cosimo Cecchitoolbutton: don't force the icon widget to be a GtkMisc
2011-09-27 Cosimo Cecchinotebook: vborder/hborder deprecations are Since: 3...
2011-09-27 Cosimo Cecchinotebook: add top/bottom/left/right style classes to...
2011-09-27 Cosimo Cecchistylecontext: add style classes for top/bottom/right...
2011-09-27 Cosimo Cecchinotebook: unconditionally apply padding to the tab...
2011-09-27 Cosimo Cecchinotebook: really deprecate tab_vborder and tab_hborder
2011-09-27 Cosimo Cecchinotebook: allow using different padding values for...
2011-09-27 Cosimo Cecchinotebook: use the current state to get the padding...
2011-09-27 YunQiang Suupdate zh_CN translation
2011-09-27 Cosimo Cecchimountoperation: fix the build
2011-09-27 Piotr DrągUpdated POTFILES.skip
2011-09-27 Michael NattererBug 659406 - Abstract what triggers a context menu
2011-09-27 Michael NattererGtkSettings: fix compile warnings on != X11
2011-09-27 Michael Natterergtk: remove the private GTK_EXTEND/MODIFY_SELECTION_MOD...
2011-09-27 Michael Natterergtk: remove the private GTK_NO_TEXT_INPUT_MOD_MASK
2011-09-27 Michael NattererBug 659602 - Provide an abstraction for the platform...
2011-09-27 Benjamin Ottetests: Use a grid in testnotebookdnd instead of a table
2011-09-27 Benjamin Ottetests: Use a grid in testorientable instead of a table
2011-09-27 Benjamin Ottetests: Use a box instead of a table in testselection
2011-09-27 Benjamin Ottetoolbar: Fix widget path creation code
2011-09-27 Benjamin Ottecontainer: Warn if an invalid widget path is created
2011-09-27 Benjamin Ottetests: Convert testtoolbar to use a box instead of...
2011-09-27 Benjamin Ottetests: Convert testtreeview from GtkTable to GtkBox
2011-09-27 Benjamin Ottetests: Make testwindows use GtkGrid
2011-09-27 Benjamin Ottetests: Make testwindows dialog even more beautiful
2011-09-27 Benjamin Ottetests: Make editing window look more beautiful
2011-09-27 Мирослав НиколићUpdated Serbian translation
2011-09-26 Matthias ClasenPut master on the 3.3 track
2011-09-26 Benjamin Ottereftests: Add a reftest checking background-color:...
2011-09-26 Rodolfo Ribeiro... Fixed some strings in Brazilian Portuguese translation
2011-09-26 Michael NattererBug 659406 - Abstract what triggers a context menu
2011-09-26 Michael Nattererapp: abstract which modifiers are used for extending...
2011-09-26 Michael Natterergtk: use GTK_NO_TEXT_INPUT_MOD_MASK also in gtkfilechoo...
2011-09-26 Michael Natterergtk: allow to specify accelerators in a platform-indepe...
2011-09-26 Michael Natterergtk: fix entering of Option-foo symbols on the Mac
next